PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFTextAnnotation Class / setOpen Method
True if the annotation is displayed in open state.
In This Topic
    setOpen Method
    In This Topic
    Sets a value indicating whether the annotation should initially be displayed open.
    Syntax
    public void setOpen( 
       boolean value
    )

    Parameters

    value
    True if the annotation is displayed in open state.
    See Also